projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd364d
)
(struct buffer): New slot display_time.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 20 May 1998 00:39:09 +0000
(
00:39
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 20 May 1998 00:39:09 +0000
(
00:39
+0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index c56174707fb64c969e9cd1b2e8382e870e568501..2cfec1239bb2214ab99c2ea576cded26161572f1 100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-652,6
+652,9
@@
struct buffer
/* Incremented each time the buffer is displayed in a window. */
Lisp_Object display_count;
+ /* Time stamp updated each time this buffer is displayed in a window. */
+ Lisp_Object display_time;
+
/* These are so we don't have to recompile everything
the next few times we add a new slot. */
Lisp_Object extra2, extra3;